home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Internet Develo…oft ActiveX Technologies
/
Mastering Internet Development with ActiveX (1996)(Microsoft).iso
/
labs
/
lab07.2
/
solution
/
odetails.htx
< prev
next >
Wrap
Text File
|
1996-07-16
|
493b
|
29 lines
<HTML>
<HEAD>
<TITLE>Main Street Market Sales Information</TITLE>
</HEAD>
<BODY BGCOLOR="F3F3F3">
<H2>Main Street Market</H2>
Details on Order #<%OrderID%>
<TABLE BORDER>
<TR>
<TH>Product Name</TH>
<TH>Unit Price</TH>
<TH>Quantity</TH>
<TH>Subtotal</TH>
</TR>
<%begindetail%>
<TR>
<TD><%ProductName%></TD>
<TD align="right">$<%unitprice%></TD>
<TD align="right"><%Quantity%></TD>
<TD align="right">$<%subtotal%></TD>
</TR>
<%enddetail%>
</TABLE>
</BODY>
</HTML>